home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
Gnop.exe
/
scripts
/
DefineButton2_44
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-31
|
261 b
|
13 lines
on(release){
if(_root.tietokonePelaaja)
{
_root.nappulaPelaajat.teksti = "2 PELAAJAA";
_root.tietokonePelaaja = false;
}
else
{
_root.nappulaPelaajat.teksti = "1 PELAAJA";
_root.tietokonePelaaja = true;
}
}